home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GKGM 014
/
GKGM014.iso
/
Violentos
/
dominus_predator_sim.swf
/
scripts
/
DefineButton2_277
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-11-16
|
216b
|
13 lines
on(release){
if(cash > 999)
{
var cash = cash - 1000;
var write = "Done.";
var reputation = reputation + 12;
}
else
{
var write = "You can not afford this.";
}
}